home *** CD-ROM | disk | FTP | other *** search
- //***********************************************************************
- //
- // MainFrame.h
- //
- //***********************************************************************
-
- class CMainFrame : public CFrameWnd
- {
- DECLARE_DYNCREATE (CMainFrame)
-
- private:
- CStatusBar m_wndStatusBar;
-
- protected:
- afx_msg int OnCreate (LPCREATESTRUCT);
- afx_msg LONG OnUpdateImageStats (UINT, LONG);
- afx_msg BOOL OnQueryNewPalette ();
- afx_msg void OnPaletteChanged (CWnd*);
-
- DECLARE_MESSAGE_MAP ()
- };
-